Release 10.1A: OpenEdge Data Management:
SQL Reference
DhSQLResultSet.set
Sets the field in the currently active row of a procedure’s result set to the specified value (a literal, procedure variable, or procedure input parameter).
Format
public void set(intfield, Objectval)Returns
None
Parameters
fieldAn integer that specifies which field of the result-set row to set to the value specified by
val. (1denotes the first field in the row,2denotes the second, and so on.)valA literal or the name of a variable or input parameter that contains the value to be assigned to the field.
Throws
Example
DhSQLExceptionThis code fragment illustrates
SQLResultSet.Set:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |